body {
margin: 0px auto;
	width: 100%;
}
nav ul li {
    list-style-type: none;
	float: left;
	padding-right: 2em;
    color: white;
    font-size: 20px;
}
nav ul li a{
	text-decoration: none;
	color: white;
}

nav ul {
	float: right;
}

nav {
	display: table;
	width: 100% ;
	height: 50px;
    background-color: black; 
    position: fixed;	
}

.logo img{
	
	height: 40px;
	width :55px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-style: solid; 
	border-color: white;
	border-width:2px;   
 }
	



/*mobile menu*/
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 40px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 30px;
  }
}

nav span{
	color: white;
	display: none;
}

section{
	background-color: #40a8c4;
}

.home{
	background-color:springgreen ;
    text-align: center;
    font-size: 20px;
    color: #3300ff;
    display: table;
    height: 100vh;
    width: 100%;
}
.home .inner{
	display: table-cell;
	vertical-align: middle;
}
.home img{
   margin-top: 20px;
   border-radius: 20px;
   height: auto;

}

.about{
	
	background-image: url(https://images.unsplash.com/photo-1542435503-956c469947f6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60);
    display: table;
      
    height: 100vh;
    width: 100%;
    text-align: center;
    background-size: cover;
    

}

.about .inner{
	background-color: rgba(0, 0, 0, 0.5);
	display: table-cell;
	/*display: block;*/
	vertical-align: middle; 
    color: #DCDCDC;
     width: 50%;
     height: 100px;
     padding-top: 50px
}
.about .inner h2{
	font-size: 40px;
}
.about .inner p{
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
 }

.Education {
	background-color: white ;
    display: table;
	height: 100vh;
	width: 100%;

}

* {
	 box-sizing: border-box;
}


.Education .inner:after {
  content: "";
  display: table;
  clear: both;
}

.Education .inner .col {
  
  background-color: white;
  float: left;
  width: 50%;
  padding: 10px;
  height: 500px;
  text-align: center;
}
.Education .inner .col #left{
	color: #ecf4f3;
}
.Education .inner .col #right{
	background-color: #ecf4f3;
}
.Education .mid {
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	float: none;
	text-align: center;

}
.Education .mid img{
	border-style: solid;
	border-width: : 2px;
}
.Education  h2{
  
   text-align: center;
   font-size: 30px;
   margin-left: 10px;
}

.Education .inner img{
	float: none;
}

.Skills , .cert{
	background-color: #00ccff;
	display: table;
	height: 100vh;
	width: 100%;

}
.cert {
	background-color: transparent;
}
.Skills .inner, .cert .inner {
	display: table-cell;
	vertical-align: middle;
}
.Skills .inner div , .cert .inner div{
	
	float: right;
	width: 30%;
	margin-left: 5px;
	margin-right: 5px;

}

.Skills .inner h2 , .cert .inner h2{
	font-size: 30px;
	text-align: center;
}
.Skills .inner li , .cert .inner li{
	font-size: 20px;
	font-weight: 10;
}
.Hobbies , .Projects , .intern{
	background-color: white;
	display: table;
	height: 100vh;
	width: 100%;
}
.intern{
	background-color: lightblue;
}
.Hobbies .inner , .Projects .inner, .intern .inner{
  display: table-cell;
  vertical-align: middle;

}
.Hobbies h2 , .Projects h2 , .intern h2{
text-align: center;
font-size: 30px;
}
.Hobbies img  {
	margin-left: 190px;
	margin-bottom: 40px;
    float: left;  
    border-style: solid;
    border-width: 2px;
}
.Projects img , .intern img{
	margin-left: 50px;
	border-style: solid;
    border-width: 2px;
}
.Hobbies .innerr , .Projects .innerr , .intern .innerr{
	
	float: right;
	width: 50%;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 20px;
}
.Projects .inner .innerr ul li a{
	text-decoration: none;
}
.Contact {
	
	background-color: crimson;
	display: table;
	height: 100vh;
	width: 100%;
	
    
}
.Contact .inner{
	display: table-cell;
	vertical-align: middle;
}
.Contact img{
	float: left;
	height: 250px;
	width: 30%;
	margin-left: 190px;
	border-style: solid;
    border-width: 2px;
}


.Contact .inner h2{
	font-size: 30px;
	text-align: center;
}


.Contact .innerr{
/*display: inline-block;
list-style-type: none;*/
    float: left;
    width: 50%;
    margin-left: 5px;
	margin-right: 5px;
	font-size: 20px;
}

footer {
	display: table;
	width: 100% ;
	height: 40px;
    background-color: black; 	
}
footer p{
	color: white;
	text-align: center;
	font-size: 15px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: red;
  color: black;
  cursor: pointer;
  padding: 13px;
  border-radius: 100px;
}

#myBtn:hover {
  background-color: #555;
}

/*responsive designing*/
@media (min-width: 320px) and (max-width: 767px){


nav ul li{
	display: none;
}
nav span{
	display: block;
}

	.home img{
		margin-top: 50px;
	}


.Education .inner img{
	height: 150px;
	width: 150px;

}
.Education .mid img{
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	border-style: none;

}
.Education .mid {
	padding-bottom: 50px;
}
.Education .inner .col{
	width: 100%;
}
.Skills .inner div, .cert .inner div{
	width: 100%;
}
.Hobbies , .Projects{
	display: table;
	height: 100vh;
	width: 100%;
}
.Hobbies .inner , .Projects .inner, .intern .inner{
	
	display : table-cell;
	vertical-align: middle;
}
.Hobbies img , .Projects img , .intern img{
	
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: none; 
}
.Projects img , .intern img{
	width: 100%;
}
.Hobbies .innerr , .Projects .innerr, .intern .innerr{
	
	float: right;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 20px;
}

.Contact img{
	float: left;
	width: 100%;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: none;
}
.Contact .innerr{
	width: 100%;
	margin-left: 0px;
}

}
